home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / log_error < prev    next >
Text File  |  2001-04-06  |  499b  |  17 lines

  1. SYNOPSIS
  2.         void log_error(string file, string err, int warn)
  3.  
  4. DESCRIPTION
  5.         Announce a compiler-time error (warn == 0) or warning (warn != 0)
  6.         in the named file.
  7.  
  8.         Whenever the LPC compiler detects an error or issues a warning,
  9.         this function is called. It should at least log the error in a file,
  10.         and also announce it to the active user.
  11.  
  12. HISTORY
  13.         LDMud 3.2.8 added the 'warn' argument and the warnings in general.
  14.  
  15. SEE ALSO
  16.         runtime_error(M)
  17.